home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / syncrnet / oneline1.zip / SYSOP.DOC < prev   
Text File  |  1996-04-21  |  4KB  |  90 lines

  1.                       Chuckle Box ONELINERS  -  Ver 1.0
  2.                       by Robert Nykvist (Copyright 1996)
  3.  
  4. ┌──────────────────┐
  5. │ FILES IN ARCHIVE │
  6. └──────────────────┘
  7. FILE_ID .DIZ  -  Description of Oneliners
  8. HISTORY .DOC  -  History of Oneliners
  9. ONELINER.BIN  -  Compiled Script
  10. ONELINER.SRC  -  Baja Source Included
  11. SYSOP   .DOC  -  Notes & Instructions
  12. TCB     .COM  -  Log-Off Screen
  13.  
  14. ┌─────────┐
  15. │ WARNING │
  16. └─────────┘
  17. ONELINER was programmed using BAJA v2.04 for SynchronetBBS v2.20 Rev B.
  18. Don't run this script on an older version of SBBS.  It may not work on
  19. future versions.  You have been warned.  Not tested on Multi-Node system.
  20. (No feedback has been supplied yet to verify its performance on such
  21. systems.)  File Paths are hardcoded into .SCR file, so take the time to
  22. examine and change the source BEFORE running it.
  23.  
  24. ┌──────────────┐
  25. │ INTRODUCTION │
  26. └──────────────┘
  27. ONELINER is a simple BAJA script which Users can enter one-line messages,
  28. and view the last 16 one-line messages.  Users are encouraged to post their
  29. one-line messages of wit by receiving credit awards for each post.
  30.  
  31. ┌──────────────┐
  32. │ INSTALLATION │
  33. └──────────────┘
  34. A.  Move ONELINER.SRC to your \EXEC directory.
  35. B.  Edit paths in script as needed for your system.
  36.       1. You may wish to unblock SmegBEEP function for censorship.
  37.          (Needs SBEEP001.ZIP from VERT, by Smeg@SNBOOT - Darry Schmidt)
  38.       2. You may wish to change Credit award functions.
  39. C.  Compile ONELINER.SRC with Baja compiler.
  40. D.  Make script available to your callers.
  41.  
  42.   1. Set up ONELINERS in External Program setup something like this:
  43.         ╔[■][?]════════════════════════════════════════════════════╗
  44.         ║                       One Liners                         ║
  45.         ╠══════════════════════════════════════════════════════════╣
  46.         ║ │Name                       One Liners                   ║
  47.         ║ │Internal Code              ONELINER                     ║
  48.         ║ │Start-up Directory         c:\sbbs\exec\                ║
  49.         ║ │Command Line               *ONELINER                    ║
  50.         ║ │Clean-up Command Line                                   ║
  51.         ║ │Execution Cost             None                         ║
  52.         ║ │Access Requirements                                     ║
  53.         ║ │Execution Requirements                                  ║
  54.         ║ │Multiple Concurrent Users  Yes      (UNTESTED)          ║
  55.         ║ │Intercept I/O Interrupts   No                           ║
  56.         ║ │Swap BBS out of Memory     No                           ║
  57.         ║ │Modify User Data           Yes   (Allow Credit Changes) ║
  58.         ║ │Execute on Event           No                           ║
  59.         ║ │BBS Drop File Type         None                         ║
  60.         ║ │Place Drop File In         Node Directory               ║
  61.         ║ │Time Options...                                         ║
  62.         ╚══════════════════════════════════════════════════════════╝
  63.  
  64.   2.  Or Set up ONELINER as a module using CMDKEY of your own choice. e.g.
  65.       cmdkey G
  66.         exec_bin ONELINER
  67.       end_cmd
  68.  
  69.       See your BAJA.DOC for more help with the Baja Commands.
  70.  
  71.   3.  Of course, you can test this script from your BBS by typing the
  72.       commandline at any prompt:  ;EXEC *ONELINER
  73.  
  74. ┌─────────┐
  75. │ LICENSE │  FREEWARE
  76. └─────────┘
  77. Baja SOURCE included!  The more source you share, the better the Baja
  78. coding will get, and the better the Baja coding gets, the better the BBS
  79. add-ons.  Many, many thanks to Digital Man (and the Digital Dynamics Crew)
  80. for improving the Baja capability.  Feedback is requested if you decide to
  81. use this script on your BBS.  I specifically need feedback from those of
  82. you running this script on a multi-node BBS.  Does it work ok?
  83.  
  84.                     The Chuckle Box BBS - (334) 653-1888
  85.                        DOVEnet:  Chuckles@LAUGHBOX
  86.                        FidoNET:  Robert Nykvist@1:3625/463
  87.                       InterNET:  robert.nykvist@bytebbs.com
  88.  
  89.    --------------------------------[ END ]----------------------------------
  90.